home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-618.nasl < prev    next >
Text File  |  2005-03-31  |  4KB  |  85 lines

  1. # This script was automatically generated from the dsa-618
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Pavel Kankovsky discovered that several overflows found in the libXpm
  12. library were also present in imlib, an imaging library for X and X11.
  13. An attacker could create a carefully crafted image file in such a way
  14. that it could cause an application linked with imlib to execute
  15. arbitrary code when the file was opened by a victim.  The Common
  16. Vulnerabilities and Exposures project identifies the following
  17. problems:
  18.     Multiple heap-based buffer overflows.
  19.     Multiple integer overflows.
  20. For the stable distribution (woody) these problems have been fixed in
  21. version 1.9.14-2woody2.
  22. For the unstable distribution (sid) these problems have been fixed in
  23. version 1.9.14-17.1 of imlib and in version 1.9.14-16.1 of imlib+png2
  24. which produces the imlib1 package.
  25. We recommend that you upgrade your imlib packages immediately.
  26.  
  27.  
  28. Solution : http://www.debian.org/security/2004/dsa-618
  29. Risk factor : High';
  30.  
  31. if (description) {
  32.  script_id(16049);
  33.  script_version("$Revision: 1.2 $");
  34.  script_xref(name: "DSA", value: "618");
  35.  script_cve_id("CAN-2004-1025", "CAN-2004-1026");
  36.  script_bugtraq_id(11830);
  37.  
  38.  script_description(english: desc);
  39.  script_copyright(english: "This script is (C) 2005 Michel Arboi");
  40.  script_name(english: "[DSA618] DSA-618-1 imlib");
  41.  script_category(ACT_GATHER_INFO);
  42.  script_family(english: "Debian Local Security Checks");
  43.  script_dependencies("ssh_get_info.nasl");
  44.  script_require_keys("Host/Debian/dpkg-l");
  45.  script_summary(english: "DSA-618-1 imlib");
  46.  exit(0);
  47. }
  48.  
  49. include("debian_package.inc");
  50.  
  51. w = 0;
  52. if (deb_check(prefix: 'gdk-imlib-dev', release: '3.0', reference: '1.9.14-2woody2')) {
  53.  w ++;
  54.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package gdk-imlib-dev is vulnerable in Debian 3.0.\nUpgrade to gdk-imlib-dev_1.9.14-2woody2\n');
  55. }
  56. if (deb_check(prefix: 'gdk-imlib1', release: '3.0', reference: '1.9.14-2woody2')) {
  57.  w ++;
  58.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package gdk-imlib1 is vulnerable in Debian 3.0.\nUpgrade to gdk-imlib1_1.9.14-2woody2\n');
  59. }
  60. if (deb_check(prefix: 'imlib-base', release: '3.0', reference: '1.9.14-2woody2')) {
  61.  w ++;
  62.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package imlib-base is vulnerable in Debian 3.0.\nUpgrade to imlib-base_1.9.14-2woody2\n');
  63. }
  64. if (deb_check(prefix: 'imlib-dev', release: '3.0', reference: '1.9.14-2woody2')) {
  65.  w ++;
  66.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package imlib-dev is vulnerable in Debian 3.0.\nUpgrade to imlib-dev_1.9.14-2woody2\n');
  67. }
  68. if (deb_check(prefix: 'imlib-progs', release: '3.0', reference: '1.9.14-2woody2')) {
  69.  w ++;
  70.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package imlib-progs is vulnerable in Debian 3.0.\nUpgrade to imlib-progs_1.9.14-2woody2\n');
  71. }
  72. if (deb_check(prefix: 'imlib1', release: '3.0', reference: '1.9.14-2woody2')) {
  73.  w ++;
  74.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package imlib1 is vulnerable in Debian 3.0.\nUpgrade to imlib1_1.9.14-2woody2\n');
  75. }
  76. if (deb_check(prefix: 'imlib', release: '3.2', reference: '1.9.14-17')) {
  77.  w ++;
  78.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package imlib is vulnerable in Debian sid.\nUpgrade to imlib_1.9.14-17\n');
  79. }
  80. if (deb_check(prefix: 'imlib', release: '3.0', reference: '1.9.14-2woody2')) {
  81.  w ++;
  82.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package imlib is vulnerable in Debian woody.\nUpgrade to imlib_1.9.14-2woody2\n');
  83. }
  84. if (w) { security_hole(port: 0, data: desc); }
  85.